object renderDlg: TrenderDlg Left = 24 Top = 42 ActiveControl = StringGrid1 BorderIcons = [] BorderStyle = bsDialog ClientHeight = 325 ClientWidth = 304 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object MID: TLabel Left = 8 Top = 16 Width = 24 Height = 13 Caption = 'MID' end object LST: TLabel Left = 8 Top = 40 Width = 24 Height = 13 Caption = 'LST' end object WAV: TLabel Left = 8 Top = 64 Width = 30 Height = 13 Caption = 'Song' end object PRGdir: TLabel Left = 256 Top = 0 Width = 41 Height = 13 Caption = 'PRGdir' Visible = False end object WAVdir: TLabel Left = 205 Top = 0 Width = 43 Height = 13 Caption = 'WAVdir' Visible = False end object DFTdir: TLabel Left = 160 Top = 0 Width = 39 Height = 13 Caption = 'DFTdir' Visible = False end object CancelBtn: TBitBtn Left = 116 Top = 292 Width = 77 Height = 27 TabOrder = 5 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 200 Top = 292 Width = 77 Height = 27 TabOrder = 6 OnClick = HelpBtnClick Kind = bkHelp Margin = 2 Spacing = -1 IsControl = True end object MIDfile: TEdit Left = 48 Top = 16 Width = 249 Height = 21 TabOrder = 0 Text = 'MIDfile' OnClick = MIDfileExit OnExit = MIDfileExit OnKeyPress = MIDfileKeyPress end object LSTfile: TEdit Left = 48 Top = 40 Width = 249 Height = 21 TabOrder = 1 Text = 'LSTfile' OnClick = LSTfileExit OnExit = LSTfileExit OnKeyPress = LSTfileKeyPress end object GroupBox1: TGroupBox Left = 8 Top = 96 Width = 289 Height = 185 Caption = 'Drum Track:Channel' TabOrder = 3 object addButton: TButton Left = 64 Top = 24 Width = 77 Height = 27 Caption = 'Add' TabOrder = 0 OnClick = addButtonClick end object deleteButton: TButton Left = 152 Top = 24 Width = 77 Height = 27 Caption = 'Remove' TabOrder = 1 OnClick = deleteButtonClick end object StringGrid1: TStringGrid Left = 8 Top = 65 Width = 274 Height = 112 ColCount = 2 FixedCols = 0 RowCount = 2 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goTabs] ScrollBars = ssVertical TabOrder = 2 OnClick = StringGrid1Click OnEnter = StringGrid1Enter OnExit = StringGrid1Exit OnKeyPress = StringGrid1KeyPress OnSelectCell = StringGrid1SelectCell ColWidths = ( 138 131) end end object WAVfile: TEdit Left = 48 Top = 64 Width = 249 Height = 21 TabOrder = 2 Text = 'WAVfile' OnClick = WAVfileExit OnExit = WAVfileExit OnKeyPress = WAVfileKeyPress end object OKbutton: TBitBtn Left = 32 Top = 292 Width = 77 Height = 27 Caption = 'OK' ModalResult = 1 TabOrder = 4 OnClick = OKbuttonClick Glyph.Data = { DE010000424DDE01000000000000760000002800000024000000120000000100 0400000000006801000000000000000000000000000000000000000000000000 8000008000000080800080000000800080008080000080808000C0C0C0000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 3333333333333333333333330000333333333333333333333333F33333333333 00003333344333333333333333377F3333333333000033334224333333333333 337337F3333333330000333422224333333333333733337F3333333300003342 222224333333333373333337F3333333000034222A22224333333337F337F333 7F33333300003222A3A2224333333337F3737F337F33333300003A2A333A2224 33333337F73337F337F33333000033A33333A222433333337333337F337F3333 0000333333333A222433333333333337F337F33300003333333333A222433333 333333337F337F33000033333333333A222433333333333337F337F300003333 33333333A222433333333333337F337F00003333333333333A22433333333333 3337F37F000033333333333333A223333333333333337F730000333333333333 333A333333333333333337330000333333333333333333333333333333333333 0000} Margin = 2 NumGlyphs = 2 Spacing = -1 IsControl = True end end